# Project:   test1


# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.test1:   @.o.test1 @.o.swiv @.o.Stubs 
        link $(linkflags) @.o.test1 @.o.swiv @.o.Stubs 


# User-editable dependencies:

# Static dependencies:
@.o.test1:   @.c.test1
        cc $(ccflags) -o @.o.test1 @.c.test1 


# Dynamic dependencies:
o.test1:	c.test1
o.test1:	h.swis
o.test1:	C:h.kernel
